PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFInvalidFlowLayoutException Class
Members
In This Topic
    PDFInvalidFlowLayoutException Class
    In This Topic
    Defines an exception that is thrown when content cannot be laid out in flow mode.
    Object Model
    PDFInvalidFlowLayoutException Class
    Syntax
    public class PDFInvalidFlowLayoutException 
        extends PDFException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFInvalidFlowLayoutException

    See Also